home *** CD-ROM | disk | FTP | other *** search
- /it ^imtype def
- /dfmt ^dformat def
- /comp ^compression def
- /cols ^width def /rows ^height def /hres ^hres def /vres ^vres def
- /l2 systemdict /languagelevel known {languagelevel 2 ge} {false} ifelse def
- % Additional comments here
- /image1 {
- /BinarySkip {
- /x 128 string def
- currentfile x readline pop pop
- currentfile x readline pop pop
- currentfile x readline pop pop
- /SkipState 0 def
- /Adv0 {13 eq {1} {0} ifelse def} bind def
- /Adv1 {37 eq {2} {0} ifelse def} bind def
- /Adv2 {37 eq {3} {0} ifelse def} bind def
- /Adv3 {13 eq {4} {3} ifelse def} bind def
- /StateTable [/Adv0 /Adv1 /Adv2 /Adv3] def
- { /SkipState currentfile read { StateTable SkipState get load exec} {pop exit} ifelse
- SkipState 4 eq {exit} if
- } loop
- } def
- /LineSkip {
- /x 128 string def
- {currentfile x readline {} {pop exit} ifelse
- (%%EndBinary) search {exch pop length exch length or 0 ne {} {exit} ifelse} {pop} ifelse
- } loop
- } def
- 1 cols div setlinewidth
- 0 0 moveto 0 1 lineto 1 1 lineto 1 0 lineto closepath stroke
- 0 0 moveto 1 1 lineto stroke 0 1 moveto 1 0 lineto stroke
- /ratio {360 div} def
- /Helvetica findfont 13 ratio scalefont setfont
- 21 ratio 6 ratio moveto
- (This image needs PostScript Level 2) show
- dfmt 0 eq {BinarySkip} {LineSkip} ifelse
- } bind def
- /image2 {
- /x 128 string def
- currentfile x readline pop pop
- currentfile x readline pop pop
- /Data currentfile dfmt 0 ne
- {[/ASCIIHexDecode /ASCII85Decode] dfmt 1 sub get filter} if
- comp 1 eq {/DCTDecode filter} if
- def
- [/DeviceGray /DeviceRGB /DeviceCMYK /DeviceGray] it get setcolorspace
- 7 dict begin
- /ImageType 1 def /Width cols def /Height rows def
- /ImageMatrix [cols 0 0 rows neg 0 rows] def
- /DataSource Data def /BitsPerComponent ^bits def
-